@charset "utf-8";
input {
	outline: none;
}


/*清除input点击时的边框*/

a {
	text-decoration: none;
}

select {
	outline: none;
	/*appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;*/
}


/**/

body,
button,
input,
select,
textarea {
	font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #333;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fl {
	float: left
}

.fr {
	float: right
}

.pr {
	position: relative;
}


/*弹窗*/

.tan-Sy,
.tan1 {
	position: absolute;
	width: 90%;
	left: 5% !important;
	height: auto;
	z-index: 992;
	background: rgba(245, 245, 245, 1);
	border: 1px solid rgba(223, 223, 223, 1);
	border-radius: 4px;
}

.tan-Sy h2,
.tan1 h2 {
	font-size: 24px;
	font-weight: bold;
	background: rgba(245, 245, 245, 1);
	position: relative;
	padding-left: 10px;
	line-height: 25px;
	color: #000;
	text-align: center;
	margin-top: 30px;
}

.tan-Sy a,
.tan-Sy1 a {
	position: absolute;
	right: 5px;
	font-size: 12px;
	color: #fff;
}

.tan-Sy .mainlist {
	padding: 10px;
}

.tan-Sy1 .mainlist {
	padding: 10px;
}

#TB_overlayBG {
	background-color: #666;
	position: absolute;
	z-index: 990;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.fangwo-box {
	width: 98%;
	height: 40px;
	margin: 10px 0;
}

.fangwo {
	font-size: 18px;
	color: #333;
	position: absolute;
	top: 20px;
	left: 0;
}

.fangwo-xj label {
	font-size: 18px;
	color: #333 !important;
	font-weight: 400;
}

.fangwo-xj {
	position: absolute;
	top: 13px;
	left: 100px;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+span {
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #f35d22;
	background-color: #fff;
}

input[type="radio"]:checked+span {
	width: 17px;
	height: 17px;
	border: 1px solid #f55c22;
	background-color: #f35d22;
}

.mianji-box label,
.shouji-box label {
	line-height: 18px;
	font-size: 18px;
	color: #333 !important;
	font-weight: 400;
}

.huxingg,
.huxingg1 {
	width: 100%;
	margin-bottom: 20px;
}

.huxingg label {
	font-size: 18px;
	font-weight: 400;
	color: #333 !important;
}

.huxingg1 {
	margin-left: 13px;
}

.ting1,
.shi1 {
	width: 32.8%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid gainsboro;
}

.chu1,
.wei1,
.yang1 {
	width: 30%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid gainsboro;
}

/*.daosanjiao {
	width: 0px;
	height: 0px;
	border-top: 6px solid #333;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}*/

.sanjiao1 {
	position: absolute;
	top: 17px;
	left: 56%;
}

.sanjiao2 {
	position: absolute;
	top: 17px;
	right: 6%;
}

.sanjiao3 {
	position: absolute;
	top: 17px;
	left: 21%;
}

.sanjiao4 {
	position: absolute;
	top: 17px;
	right: 42%;
}

.sanjiao5 {
	position: absolute;
	top: 17px;
	right: 10%;
}

.fangwo-mj,
.shoujihao {
	width: 68.4%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	border: 1px solid gainsboro;
	padding-left: 10px;
	border-radius: 4px;
}

.apply_but {
	width: 100%;
	height: 40px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #f35d22;
	border-radius: 4px;
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.close {
	width: 30px !important;
	height: 30px !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	border-radius: 50% !important;
	background: #fff !important;
	text-align: center !important;
	color: #333 !important;
	border: 1px solid gainsboro;
	position: absolute;
	top: -9px;
	right: -8px;
	opacity: 1;
	z-index: 99;
}


/*设计师详情页表单*/

.yuyuesjs-top {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.yuyuesjs-top h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

.tiao1 {
	width: 30px;
	height: 2px;
	margin: 0 auto;
	background: #F24949;
}

.yuyuesjs-top p {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 28px;
	margin-bottom: 10px;
}

.sjs-ch-box,
.sjs-xq-box,
.sjs-sjh-box {
	width: 100%;
	margin-bottom: 20px;
	height: 48px;
	background: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
}

.sjs-ch-box label,
.sjs-xq-box label,
.sjs-sjh-box label {
	line-height: 18px;
	font-size: 18px;
	color: #999999 !important;
	font-weight: 400;
	margin-left: 10px;
}

.sjs-ch,.sjs-xq,.sjs-sjh {
	width: 62% !important;
	height: 46px !important;
	border: 0 !important;
}

.apply_sjs_but {
	margin-top: 0 !important;
	background: #F24949 !important;
	box-shadow: 0px 1px 8px 0px #F24949;
	border-radius: 4px;
}